Print human errors in traces by default
authorAlex Crichton <alex@alexcrichton.com>
Fri, 16 Jan 2015 17:43:28 +0000 (09:43 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 16 Jan 2015 17:43:28 +0000 (09:43 -0800)
commitd14abb6ec327e1e402a138046070ad5ab44a0181
tree77228da83b458a8bc9cb4dfb6a99b5baae95a106
parentc35fe47b31230c7f520fd08faa9d4086394e77b0
Print human errors in traces by default

This helps get nice pretty stack traces which terminate when we get into the
weeds of errors but still present relevant contextual information when Cargo
isn't run with --verbose
src/cargo/lib.rs
src/cargo/util/errors.rs
src/cargo/util/toml.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_custom_build.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_features.rs